From: Richard M. Stallman Date: Tue, 30 Sep 2003 12:42:56 +0000 (+0000) Subject: (sh-mode-syntax-table): Add defvar. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25372 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fed6c15da265e6ab8c9b97e379cf317bf6a56a4d;p=emacs.git (sh-mode-syntax-table): Add defvar. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 87eb30bf449..9b4599e1354 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -400,6 +400,10 @@ the car and cdr are the same symbol.") (modify-syntax-entry (pop list) (pop list) table)) table) +(defvar sh-mode-syntax-table nil + "The syntax table to use for Shell-Script mode. +This is buffer-local in every such buffer.") + (defvar sh-mode-default-syntax-table (sh-mode-syntax-table () ?\# "<"